home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libaccess-bridge-java-jni / README < prev   
Encoding:
Text File  |  2009-06-09  |  1.2 KB  |  34 lines

  1. This module contains the Java Access Bridge for GNOME, 
  2. which connects the built-in accessibility support in
  3. Java Swing apps to the GNOME Accessibility framework,
  4. specifically the Assistive Technology Service Provider
  5. Interface (AT-SPI).   Version 1.26.2
  6.  
  7. Contents:
  8.  
  9. bridge: directory contains the Java Bridge component which is 
  10.         automatically loaded into each JVM invocation because 
  11.         of an entry in the accessibility.properties file in 
  12.         $JRE_HOME/lib.
  13.  
  14.         ($JRE_HOME is usually $JDK_HOME/jre).
  15.  
  16. idlgen: directory into which the auto-generated java wrappers
  17.         for the org.gnome.Accessibility and org.gnome.Bonobo
  18.         IDL are written by the Java IDL compiler, 'idlj'.
  19.  
  20. impl:   directory where the implementation code for the 
  21.         Java Accessibility Bridge for GNOME resides.  This
  22.         code implements the Java Accessibility API AT-SPI
  23.         interfaces on behalf of Java programs which implement
  24.         the Java Accessibility API (JAAPI) internally; 
  25.     i.e. this implementation code wraps the JAAPI 
  26.         accessibility implementation and exports it via CORBA
  27.     to the bonobo-based GNOME Accessibility
  28.     Assistive Technology Service Provider Interface (AT-SPI).
  29.  
  30. test:   (nothing here yet).
  31.  
  32.  
  33.  
  34.